home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / labs / feedback / README < prev   
Encoding:
Text File  |  1996-11-11  |  799 b   |  23 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees, 
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.    ~opengl2/examples/feedback README
  8.  
  9.             Copyright 1991, 1992, 1993, 1994, Silicon Graphics,  Inc.
  10.             Technical Education Development
  11.             All Rights Reserved.
  12.  
  13.  
  14.  
  15.    feedback.c:  demonstrates use of OpenGL feedback.  
  16.        First, a lighting environment is set up and a few primitives are 
  17.        drawn.  Then feedback mode is entered, and the same primitives are 
  18.        drawn.  The results in the feedback buffer are printed.
  19.  
  20.        SPACE key  - toggle feedback mode 
  21.        Escape key - exit the program 
  22.  
  23.